home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / bullet_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  958b  |  30 lines

  1. #ifndef  CLIB_BULLET_PROTOS_H
  2. #define  CLIB_BULLET_PROTOS_H
  3.  
  4. /*
  5. **    $VER: bullet_protos.h 38.0 (19.6.92)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  UTILITY_TAGITEM_H
  15. #include <utility/tagitem.h>
  16. #endif
  17. #ifndef  DISKFONT_GLYPH_H
  18. #include <diskfont/glyph.h>
  19. #endif
  20. struct GlyphEngine *OpenEngine( void );
  21. void CloseEngine( struct GlyphEngine *glyphEngine );
  22. ULONG SetInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList );
  23. ULONG SetInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  24. ULONG ObtainInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList );
  25. ULONG ObtainInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  26. ULONG ReleaseInfoA( struct GlyphEngine *glyphEngine,
  27.     struct TagItem *tagList );
  28. ULONG ReleaseInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  29. #endif     /* CLIB_BULLET_PROTOS_H */
  30.